Conversation
| "author": "", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "minimist": "0.0.8" |
There was a problem hiding this comment.
Security control: Software Component Analysis Js
Type: Prototype Pollution In Minimist
Description: minimist
Severity: CRITICAL
Fix suggestion:
This fix suggestion was generated by Jit. Please note that the suggestion might not always fit every use case. It is highly recommended that you check and review it before merging.
Suggestion guidelines
Update each outdated library in your code.
Note: Once you apply these changes, you'll need to regenerate the package-lock.json file on your end.
Ensure to thoroughly test your application after updating each library, to make sure that the update hasn't broken anything.
If an update does cause issues, consider whether you can modify your code to work with the updated library, or if necessary, look for an alternative library that is maintained and up to date.
| "minimist": "0.0.8" | |
| "minimist": "1.2.8" |
Jit Bot commands and options (e.g., ignore issue)
You can trigger Jit actions by commenting on this PR review:
#jit_ignore_fpIgnore and mark this specific single instance of finding as “False Positive”#jit_ignore_acceptIgnore and mark this specific single instance of finding as “Accept Risk”#jit_ignore_type_in_fileIgnore any finding of type "Prototype Pollution in minimist" in package.json; future occurrences will also be ignored.#jit_undo_ignoreUndo ignore command
Thank you for submitting a pull request to the WebGoat!